home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 140 / demos / amiga_em.doc next >
Encoding:
Text File  |  1987-05-14  |  2.5 KB  |  51 lines

  1. AMIGA_EM.DOC             Philip I. Nelson                    1987
  2.  
  3. As you've no doubt guessed, AMIGA_EM.PRG is a joke, not a serious 
  4. attempt to emulate an Amiga on the Atari ST. On the plus side, 
  5. AMIGA_EM.PRG is a free program; you may give a copy to anyone, 
  6. provided that you don't change the program in any way.
  7.  
  8.      AMIGA_EM.PRG is written in assembly language and it includes 
  9. several actual Amiga screens. To save space, the screens are 
  10. stored in compressed format and uncompressed as needed. Needless 
  11. to say, this is not a well-behaved GEM application; you can't use 
  12. desk accessories, dump the screen with Alt-Help, or behave in 
  13. other un-Amigalike ways.
  14.  
  15.      You must run AMIGA_EM.PRG in medium resolution on a color 
  16. monitor.
  17.  
  18.      After a brief sojourn in the startup screen (click in the 
  19. Emulate box or press Return if you're in doubt about what to do), 
  20. you arrive in the Workbench screen. You can move the Workbench 
  21. window by clicking and dragging the drag bar at the top of the 
  22. window. To exit the emulator and return to the ST desktop (at your 
  23. peril, I might add), click in the close gadget in the upper left 
  24. corner of the Workbench window.
  25.  
  26.      Like much commercial software, AMIGA_EM.PRG is not finished 
  27. and it does not perform as advertised (or as hoped by the 
  28. foolish). Only three of the tools shown in the Workbench window 
  29. are functional. (The Trashcan does nothing. How many Amiga files 
  30. do you need to discard, anyway? Think about it.)
  31.  
  32.      If you click on the Preferences tool, you flip to the 
  33. Preferences screen, which looks impressive and may convince the 
  34. ignorant among your onlookers that you really are running an 
  35. Amiga. Sadly, nothing on this screen works except the Cancel box.
  36.  
  37.      In the Workbench window is an 'Atari ST Emulator' tool. Some 
  38. of the results of using this tool will be familiar to ST 
  39. programmers. Amiga programmers may recognize one or few details, 
  40. too.
  41.  
  42.      If you click on the AmigaBASIC tool, you go, naturally 
  43. enough, to the Microsoft AmigaBASIC screen. Conveniently, someone 
  44. already has loaded a program (a purported ST emulator) into BASIC, 
  45. typed the command 'run,' and positioned the cursor immediately 
  46. after that command in the BASIC Output window. If you're not 
  47. curious about this situation, you can click in the Output window's 
  48. close gadget and return to the Workbench. To learn what it's like 
  49. to run an ST emulator from within an Amiga emulator, press the 
  50. Return key. After that, you're on your own.
  51.